home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / autobahn.swf / scripts / frame_28 / PlaceObject2_73_156 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2011-03-26  |  328 b   |  17 lines

  1. onClipEvent(enterFrame){
  2.    i = 1;
  3.    while(12 >= i)
  4.    {
  5.       if(this.hitTest("/F" add Number(i)))
  6.       {
  7.          if(_root.etat == "cool")
  8.          {
  9.             _root.etat = "carton";
  10.             _root.sons.gotoAndPlay("cartone");
  11.             _root.car.gotoAndPlay(12);
  12.          }
  13.       }
  14.       i++;
  15.    }
  16. }
  17.